Add --parent-id argument to emacsclient.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 29 May 2010 23:50:47 +0000 (19:50 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 29 May 2010 23:50:47 +0000 (19:50 -0400)
commit279c0fd2af91077543dbfa06d3236d9f1d3fdec3
tree3d3fb4e8c884f8e6139d244a6bb47138debccfb1
parent34201769342757e9be6fbe09e54c0984bdb836dc
Add --parent-id argument to emacsclient.

* lib-src/emacsclient.c (longopts, decode_options, print_help_and_exit):
New arg `-parent-id'.
(main): Send parent-id to Emacs.

* lisp/server.el (server-process-filter): Receive parent-id argument
from emacsclient.
(server-create-window-system-frame): New arg.  Pass parent-id as
frame parameter.
etc/NEWS
lib-src/ChangeLog
lib-src/emacsclient.c
lisp/ChangeLog
lisp/server.el